home *** CD-ROM | disk | FTP | other *** search
/ Leisure Game Pak 1 / Leisure Game Pak I.iso / bin / go.bat < prev    next >
DOS Batch File  |  1994-08-17  |  384b  |  28 lines

  1. @echo off
  2. @\bin\mouseok
  3. if errorlevel 1 goto nomouse
  4. cd\
  5. @\bin\whichmod
  6. @\bin\hidden %mod% \bin\show 1 -m
  7. @\bin\l1
  8. set game=90
  9.  
  10.  
  11. :loop
  12.  
  13. @\bin\whichmod
  14. cls
  15. @\bin\hidden %mod% \bin\lpmenu 1 -m
  16. @\BIN\L1
  17. if %game%==00 goto quit
  18. rem \bin\computer %game%
  19. @cd\LPGAME1\%game%
  20. @call play
  21. @cd\
  22. goto loop
  23. :nomouse
  24. cls
  25. Echo This Program require a mouse and VGA!
  26. :quit
  27.  
  28.